object formPickCom: TformPickCom Left = 674 Top = 339 ActiveControl = OKBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Select Serial Port' ClientHeight = 114 ClientWidth = 218 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 132 Top = 12 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 132 Top = 44 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object radioCom: TRadioGroup Left = 8 Top = 4 Width = 109 Height = 101 Caption = 'Serial Port' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( 'COM1' 'COM2' 'COM3' 'COM4') ParentFont = False TabOrder = 2 end end